home *** CD-ROM | disk | FTP | other *** search
- SET PARITY EVEN
- SET BAUD 4800
- !
- ! Log on ND-10/100 and give the command:
- ! @KERMIT
- !
- CONNECT
- SET FILE-HEADER NORD ON
- SET USE-8-BIT-QUOTE OFF
- !
- ! Use SET USE-8-BIT-QUOTE AUTO if binary files are to be transmitted.
- !
- SET USE-REPEAT-PREFIX AUTO
- !
- ! You can now send a file from Nord by typing
- ! SEND <file> on Nord, and after escaping back to Perq
- ! RECEIVE on Perq.
- ! - from Perq by typing
- ! RECEIVE on Nord and
- ! SEND <fil> on Perq.
- !
- ! Remember that the last '.' in Perq-filenames gets converted to ':'
- ! in ND-filenames, and that the other '.''s become '-'.
- !
- CONNECT
-